home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / damircs6 / rexx / autodccget.amirx next >
Text File  |  1996-03-29  |  171b  |  10 lines

  1. /* */
  2.  
  3. parse arg line
  4.  
  5. "parseline" line
  6.  
  7. if upper(word(LINE.REST,2)) = "SEND" then do
  8.    "say /dcc get "substr(LINE.PREFIX,1,pos('!',LINE.PREFIX)-1) word(LINE.REST,3)
  9. end
  10.